home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Lists Lingo.dir
/
Scripts_42_Set aPropertyList = [].ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
282 b
|
10 lines
on mouseDown
global gDefaultPropList
doButton()
if the result = 1 then
set gDefaultPropList to [:]
set the text of member "Building Input Field" to string(gDefaultPropList)
set the text of member "Building Display Field 1" to string(gDefaultPropList)
end if
end